home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / misc / bin.readme < prev    next >
Encoding:
Text File  |  1992-08-14  |  485 b   |  9 lines

  1. Short: converts simple executables into binary
  2.  
  3.     Bin  is a program to convert a single-hunk Amiga executable into a binary
  4.   file.   It does that by using standard AmigaDOS functions (LoadSeg) instead
  5.   of  relying  on  the  actual  disk storage format.  It is mostly useful for
  6.   Assembly language programs that are to be used as bootblocks or as data for
  7.   C programs.  It works both under WB1.3 and WB2.0.  This is version 1.0, and
  8.   includes source in C.  Author:  Bruno Costa.
  9.